.NET 7 Update: List Patterns in 10 Minutes or Less
In C# 11, we now have pattern matching on Lists, and it is awesome. Let's see it in action in this 1 ...View More
.NET 7 Update: Newlines in String Interpolation in 10 Minutes or Less
In C# 11, can now use newlines in our string interpolation statements. Let's see it in action in thi ...View More
.NET 7 Update: Blazor Loading Animation in 10 Minutes or Less
The loading state in Blazor WebAssembly has been upgraded in .NET 7. Let's see it in action in this ...View More
.NET 7 Update: Required Properties in 10 Minutes or Less
In C# 11, properties can now be marked as required. Let's see it in action in this 10-Minute Trainin ...View More
.NET 7 Update: Simplified LINQ Ordering In 10 Minutes or Less
In .NET 7, LINQ now has simplified ordering of values. Let's see it in action in this 10-Minute Trai ...View More
.NET 7 Update: Blank Templates for Blazor in 10 Minutes or Less
Blazor has some new templates in .NET 7. Let's explore them in this 10-minute training video. Full T ...View More
The New MongoDB Analyzer In 10 Minutes or Less
Let's look at the brand new MongoDB Analyzer for Visual Studio 2022 to see how it uses Roslyn to ana ...View More
Extended Property Patterns in C# 10 and .NET 6 In 10 Minutes or Less
In C# 10, we can now use extended property patterns to simplify our code. See how in this 10-Minute ...View More
Null Parameter Checks in C# 10 and .NET 6 In 10 Minutes or Less
In C# 10, we can more easily check for null parameters in our methods. See how in this 10-Minute Tra ...View More
File Scoped Namespaces in C# 10 and .NET 6 In 10 Minutes or Less
In C# 10, we can now use file-scoped namespaces to reduce whitespace waste in our files. See how in ...View More